home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Mark Pilgrim / Startup Screen Picker 1.2 / source / ssp INIT ƒ / ssp code ƒ / globals.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-30  |  240 b   |  16 lines  |  [TEXT/KAHL]

  1. struct QDGlobals {
  2.     char privates[76];
  3.     long randSeed;
  4.     BitMap screenBits;
  5.     Cursor arrow;
  6.     Pattern dkGray;
  7.     Pattern ltGray;
  8.     Pattern gray;
  9.     Pattern black;
  10.     Pattern white;
  11.     GrafPtr thePort;
  12.     long    end;
  13. };
  14.  
  15. typedef struct QDGlobals QDGlobals;
  16.